Site Search

Search for
Search in Advanced search
s : 744

Results 81-90 of 289 ( 0.079 seconds)
81 CLHS: Standard Generic Function DESCRIBE-OBJECT   [ 9.332% ]
... ()) (defmethod describe-object ((s spaceship) stream) (with-slots (captain serial#) s (format stream "~&~S is a spaceship of type ~S,~ ~%with ~A at the helm ~ and with serial number ~D.~%" s (type-of s) captain serial#)))...
https://www.lispworks.com/documentation/HyperSpec/Body/f_desc_1.htm - Cached
text/html - 7384 bytes - Mon, 11 Apr 2005, 17:32:25 UTC
 
82 CLHS: Section 22.3.9.3   [ 9.332% ]
... wrong-type) (format *error-output* "~&~S requires its ~:[~:R~;~*~]~ argument to be of type ~S,~%but it was called ~ with an argument of type ~S.~%" fn (eql nargs 1) argnum right-type...
https://www.lispworks.com/documentation/HyperSpec/Body/22_cic.htm - Cached
text/html - 3878 bytes - Mon, 11 Apr 2005, 17:31:29 UTC
 
83 CLHS: Section 2.4.8.13   [ 9.332% ]
2.4.8.13 Sharpsign S #s(name slot1 value1 slot2 value2 ... function returns is returned by the #S syntax. For information on how the...
https://www.lispworks.com/documentation/HyperSpec/Body/02_dhm.htm - Cached
text/html - 4109 bytes - Mon, 11 Apr 2005, 17:29:25 UTC
 
84 CLHS: Function LOGTEST   [ 9.331% ]
... if any of the bits designated by the 1's in integer-1 is 1 in integer-2 ; ... as if they were represented in two's-complement binary. Examples: (logtest...
https://www.lispworks.com/documentation/HyperSpec/Body/f_logtes.htm - Cached
text/html - 4232 bytes - Mon, 11 Apr 2005, 17:32:45 UTC
 
85 CLHS: Function PPRINT-FILL, PPRINT-LINEAR...   [ 9.331% ]
... as follows: (defun pprint-tabular (s list &optional (colon-p t) at-sign-p ... tabsize 16)) (pprint-logical-block (s list :prefix (if colon-p "(" "") ... (loop (write (pprint-pop) :stream s) (pprint-exit-if-list-exhausted)...
https://www.lispworks.com/documentation/HyperSpec/Body/f_ppr_fi.htm - Cached
text/html - 8894 bytes - Mon, 11 Apr 2005, 17:33:01 UTC
 
86 CLHS: Function WRITE-BYTE   [ 9.331% ]
... to stream . Examples: (with-open-file (s "temp-bytes" :direction :output ... 'unsigned-byte) (write-byte 101 s)) => 101 Side Effects: stream is...
https://www.lispworks.com/documentation/HyperSpec/Body/f_wr_by.htm - Cached
text/html - 4970 bytes - Mon, 11 Apr 2005, 17:33:26 UTC
 
87 CLHS: Condition Type SIMPLE-ERROR   [ 9.331% ]
... control is supplied as the function's first argument. The following X3J13...
https://www.lispworks.com/documentation/HyperSpec/Body/e_smp_er.htm - Cached
text/html - 3564 bytes - Mon, 11 Apr 2005, 17:32:06 UTC
 
88 CLHS: macro WITH-OPEN-FILE   [ 9.331% ]
... NIL :VERSION :NEWEST> (with-open-file (s p :direction :output :if-exists :supersede) (format s "Here are a couple~%of test data lines~%")) => NIL (with-open-file (s p) (do ((l (read-line s) (read-line...
https://www.lispworks.com/documentation/HyperSpec/Body/m_w_open.htm - Cached
text/html - 8896 bytes - Mon, 11 Apr 2005, 17:33:41 UTC
 
89 CLHS: Macro DO-SYMBOLS, DO-EXTERNAL-SYMBOLS...   [ 9.331% ]
... external (let ((lst ())) (do-symbols (s (find-package 'temp)) (push s lst)) ... (let ((lst ())) (do-external-symbols (s (find-package 'temp) lst) (push s ... (let ((lst ())) (do-all-symbols (s lst) (when (eq (find-package 'temp)...
https://www.lispworks.com/documentation/HyperSpec/Body/m_do_sym.htm - Cached
text/html - 10129 bytes - Mon, 11 Apr 2005, 17:33:33 UTC
 
90 CLHS: Variable *READ-DEFAULT-FLOAT-FORMAT*   [ 9.331% ]
... 1.0) ;Implementation has float formats S and F. => (1.0d0 1.0d0 1.0 1.0 1.0d0 ... ;Implementation has float formats S, F, D. => (1.0d0 1.0d0 1.0 1.0 1.0d0 ... 1.0L0) ;Implementation has formats S, F, D, L. Affected By: None. See Also:...
https://www.lispworks.com/documentation/HyperSpec/Body/v_rd_def.htm - Cached
text/html - 4633 bytes - Mon, 11 Apr 2005, 17:34:09 UTC
 

Result pages:
Previous 4 5 6 7 8 9 10 11 12 13 Next
Sort by: score |  date |  popularity
Company     Contact     Privacy Policy     Terms of Use